home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2004 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.4 KB  |  43 lines

  1. Newsgroups: comp.lang.c
  2. Path: news.sprintlink.net!eskimo!news
  3. From: mag@eskimo.com (mAg)
  4. Subject: Re: 16 bit DDL in a 32 bit application
  5. X-Nntp-Posting-Host: tia1.eskimo.com
  6. Message-ID: <DLD4rG.Ht4@eskimo.com>
  7. Sender: news@eskimo.com (News User Id)
  8. Organization: *.*
  9. X-Newsreader: WinVN 0.93.10
  10. References: <letz-1601961457550001@macsteph.grame.fr>
  11. Date: Thu, 18 Jan 1996 06:02:04 GMT
  12.  
  13. In article <letz-1601961457550001@macsteph.grame.fr> (Tue, 16 Jan 1996 14:57:55 +0100), 
  14. letz@rd.grame.fr says :
  15. >
  16. >Hi,
  17. >
  18. >I'm trying to use a 16 bit DDL in a 32 bit application using Borland C++ 4.5
  19. >on Windows 95. My application compiles and links correctly but them the
  20. >application does not want to run. It seems that the 16 bit DDL can not be
  21. >loaded correctly.
  22. >Is ther anything special to do to use 16 bit DDL?
  23. >
  24. >Thanks
  25. >
  26. >Stephane Letz
  27.  
  28. This can be accomplished using a THUNK layer. Please refer to Win32 reference manuals for more 
  29. information about Thunking. It is tricky, but once you understand and do it right, it works 
  30. well.
  31.  
  32. Have fun..... :-)
  33.  
  34. -- 
  35. /* --------------------------------------------------------
  36.                       MAG@ESKIMO.COM
  37. http://www.eskimo.com/~mag/index.html
  38. ***********************************************************
  39. To understand recursion one must first understand recursion
  40. ***********************************************************
  41. -------------------------------------------------------- */
  42.  
  43.